home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4662 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  732 b 

  1. Path: tst.hk.super.net!usenet
  2. From: chiasw@hk.super.net
  3. Newsgroups: comp.lang.c
  4. Subject: PLEASE HELP ME ON BIG ARRAY IN BORLAND C
  5. Date: 6 Feb 1996 13:22:34 GMT
  6. Organization: Hong Kong SuperNET
  7. Message-ID: <4f7kmq$jie@tst.hk.super.net>
  8. NNTP-Posting-Host: max1-6.hk.super.net
  9. X-Newsreader: AIR News 3.X (SPRY, Inc.)
  10.  
  11. Help Me Please:
  12.  
  13. I want to use Borland C to write a program to do some image processing. 
  14. This entails the use of a huge array to handle the screen image.
  15. I use an char array of size 320 x 240, but the compiler returns an 'array too large' error.
  16.  
  17. Does anyone know of any way to handle such large array? do I have to use malloc etc 
  18. fucntions? if so, how?
  19.  
  20. MANY THANKS FOR HELPING !!!
  21.  
  22.  
  23. SW Chia
  24.  
  25. chiasw@hk.super.net
  26.  
  27.